Parser.s_expression

Get the S-expression of the given source code

struct Parser
nothrow
s_expression
(
const string source_code
)

Parameters

source_code string

the given source code as a string

Return Value

Type: auto

the parsed S-expression

Meta